home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / AOCE Sample Code / PowerTalk Access Modules / Sample SMSAM / SampleSMSAM Source / SampleSMSAMServer / BovineServer.h < prev    next >
Encoding:
Text File  |  1995-07-28  |  752 b   |  26 lines  |  [TEXT/KAHL]

  1. /*
  2.     File:        BovineServer.h
  3.  
  4.     Copyright:    © 1991-1994 by Apple Computer, Inc.
  5.                 All rights reserved.
  6.  
  7.     Part of the AOCE Sample SMSAM Package.  Consult the license
  8.     which came with this software for your specific legal rights.
  9.  
  10. */
  11.  
  12.  
  13.  
  14. /***********************************|****************************************/
  15.  
  16. //    These functions deal with the "main event" loop processing of the 
  17. //    shell around the gateway.
  18.  
  19. Boolean                             IsGatewayPausing ( );
  20. void                                SetGatewayPausing ( Boolean pause );
  21. void                                QuitGateway ( );            //    Force the gateway to quit at next opportunity
  22.  
  23. Boolean                             ShutDownGateway ( );         // Shut the gateway down ( nicely )
  24.  
  25. unsigned long                         GetCurrentServerLoad ( );    //    Returns 0 … 100; representing approx server load
  26.